home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / games_a / fa_ind.zip / AR5.BAT < prev    next >
DOS Batch File  |  1994-05-07  |  224b  |  21 lines

  1. @ echo off
  2. cd scenery
  3. runway.exe
  4. cls
  5. if exist runway.exe goto flight
  6. srunway.exe
  7. cls
  8. :flight
  9. cd..
  10. if exist fs5.com goto com
  11. if exist fs5.exe goto exe
  12. :com
  13. fs5.com
  14. goto end
  15. :exe
  16. fs5.exe
  17. goto end
  18. :end
  19. cls
  20.  
  21.